OptionText Error Catalog
Currently in the OIPA system, for the following list of Option Text errors user friendly messages are supported.
| S.No. | Error Number | Error Type | System Indicator | Error Message | Error Cause | Error Fix Tip |
|---|---|---|---|---|---|---|
| 1 | Error.MissingOptionTextValue | Error | Y | Math variable or field referenced in OptionText element is not defined. |
Configuration Error: The Math Variable or Field referenced in the OptionText element does not exist. |
The reference in the OptionText element must exist as a math variable or field value. Add this component to the activity or requirement or chose an existing math variable or field name that contains the desired updated value. |
| 2 | Error.MissingOptionTextCollectionValue | Error | Y | Math variable referenced in OptionTextCollection element is not defined. |
Configuration Error: The Math Variable or Field referenced in the OptionTextCollection element does not exist. |
The reference in the OptionTextCollection element must exist as a math variable. Add this component to the activity or requirement or choose an existing math variable name that contains the desired updated value. |
| 3 | Error.InvalidOptionTextValue | Error | Y | The collection structure is not appropriate for the OptionText element. |
Configuration Error: The OptionText element references a math variable defined as a collection. |
Modify the reference in OptionText to a math variable or field containing a singular value and not a collection type. |
| 4 | Error.InvalidOptionTextCollection | Error | Y | The math variable referenced by OptionTextCollection element must be a collection structure. | ConfigurationError: The OptionText element references a math variable that is not a key: value pair. | The reference in the OptionTextColleciton element should be defined as a collection and provided entity GUIDs and value pairs. |
| 5 | Error.FromAndOptionTextCollectionCannotBeUsedTogether | Error | Y | OptionTextCollection element cannot be paired in the same field configuration where From element is configured. |
Configuration Error: OptionTextCollection element is paired in the same Field configuration with a From element. |
The From element can be paired with OptionText but not with OptionTextCollection Either the OptionTextCollection needs to be modified to an OptionText element or From must be modified to a FromCollection element. |